home *** CD-ROM | disk | FTP | other *** search
- // LF2 Engine
- // (C) 2002-3 7FX
- //---------------------------------------------------------------------------
- // Desc
- string desc : Description = "Phase shader, ktery definuje render states pro cary.";
- // Shader type phase
- string type : Type = "phase";
- //---------------------------------------------------------------------------
- const bool cAALine = false;
- //---------------------------------------------------------------------------
- technique phase_line
- {
- // Only one pass
- pass p0
- <
- bool Drawable = false;
- >
- {
- AntialiasedLineEnable = <cAALine>;
- }
- }